Northwoods.GoSilverlight 1.3.5 Assembly
FindIsGroupForNode Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : FindIsGroupForNode Method

nodedata
Find whether a node data is a group or container of other nodes.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function FindIsGroupForNode( _
   ByVal nodedata As NodeType _
) As Boolean
C# 
protected virtual bool FindIsGroupForNode( 
   NodeType nodedata
)

Parameters

nodedata

Remarks

This is called on each node data that is added to the model, to decide whether the data represents a group node.

This is used for model discovery. This method can be overridden in case the NodeIsGroupPath property path is not flexible enough or fast enough to determine the value.

Requirements

See Also

© 2012 All Rights Reserved.